MCPcopy
hub / github.com/microsoft/qlib / remove

Method remove

qlib/utils/objm.py:78–87  ·  view source on GitHub ↗

remove. Parameters ---------- fname : if file name is provided. specific file is removed otherwise, The all the objects will be removed.

(self, fname=None)

Source from the content-addressed store, hash-verified

76 raise NotImplementedError(f"Please implement the `list` method")
77
78 def remove(self, fname=None):
79 """remove.
80
81 Parameters
82 ----------
83 fname :
84 if file name is provided. specific file is removed
85 otherwise, The all the objects will be removed.
86 """
87 raise NotImplementedError(f"Please implement the `remove` method")
88
89
90class FileManager(ObjManager):

Callers 7

_executorMethod · 0.45
test_handler_dfMethod · 0.45
_return_wrappedFunction · 0.45
resetMethod · 0.45
resetMethod · 0.45
resetMethod · 0.45
resetMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_handler_dfMethod · 0.36