Module: core.prompts

Being removed

1 Class

class IPython.core.prompts.LazyEvaluate(func, *args, **kwargs)

Bases: object

This is used for formatting strings with values that need to be updated at that time, such as the current time or working directory.

__init__(func, *args, **kwargs)

x.__init__(…) initializes x; see help(type(x)) for signature