Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(3) | Call(0) | Derive(3) | Import(0)
src/p/i/PipelineConstructionSet-HEAD/python/common/perforce/p426/win64/P4.py PipelineConstructionSet(Download)
class Map(P4API.P4Map): def __init__(self, *args): P4API.P4Map.__init__(self, *args) if len(args) > 0: self.insert( *args )
src/p/i/PipelineConstructionSet-HEAD/python/common/perforce/p426/win32/P4.py PipelineConstructionSet(Download)
class Map(P4API.P4Map): def __init__(self, *args): P4API.P4Map.__init__(self, *args) if len(args) > 0: self.insert( *args )
src/p/e/perforce.tmbundle-HEAD/Support/P4.py perforce.tmbundle(Download)
class Map(P4API.P4Map): def __init__(self, *args): P4API.P4Map.__init__(self, *args) if len(args) > 0: self.insert( *args )