mpylab.tools.calling module¶
This is mpylab.tools.calling.
- author:
Hans Georg Krauthäuser (main author)
- license:
GPLv3 or higher
- mpylab.tools.calling.get_calling_sequence(prefixes: Iterable[str] | None = None) Iterable[str]
Get the sequence of calls to this function.
- Parameter:
prefixes (Iterable[str] | None): prefixes that are lstripted from possible cmds, None -> [‘return’]