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)

Initialize self. See help(type(self)) for accurate signature.