MCPcopy Create free account
hub / github.com/catboost/catboost / CoreFilePattern

Class CoreFilePattern

library/python/cores/__init__.py:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24def recover_core_dump_file(binary_path, cwd, pid, core_pattern=None):
25 class CoreFilePattern(object):
26 def __init__(self, path, mask):
27 self.path = path
28 self.mask = mask
29
30 cwd = cwd or os.getcwd()
31 system = platform.system().lower()

Callers 1

recover_core_dump_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected