MCPcopy Create free account
hub / github.com/nodejs/node / __init__

Method __init__

deps/v8/tools/release/list_deprecated.py:28–30  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

26
27class HeaderFile(object):
28 def __init__(self, path):
29 self.path = path
30 self.blame_list = self.get_blame_list()
31
32 @classmethod
33 def get_api_header_files(cls, options):

Callers

nothing calls this directly

Calls 1

get_blame_listMethod · 0.95

Tested by

no test coverage detected