Skip to content

'function' object has no attribute 'toc' #2

Description

@rleyvasal

The following code gives the error message 'function' object has no attribute 'toc'

from pytictoc import TicToc
t = TicToc()
t.tic()
from datar.all import  * 
from pipda import options,register_verb
from datar.datasets import mtcars
import cufflinks as cf
iplot = register_verb(lambda df, *args, **kwargs: df.iplot(*args, **kwargs))
t.toc()

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions