MCPcopy Create free account
hub / github.com/boostorg/build / __init__

Method __init__

v2/tools/builtin.py:355–361  ·  view source on GitHub ↗
(self, includes)

Source from the content-addressed store, hash-verified

353
354class CScanner (scanner.Scanner):
355 def __init__ (self, includes):
356 scanner.Scanner.__init__ (self)
357
358 self.includes_ = []
359
360 for i in includes:
361 self.includes_.extend(i.split("&&"))
362
363 def pattern (self):
364 return r'#[ \t]*include[ ]*(<(.*)>|"(.*)")'

Callers 8

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected