Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(4) | Call(0) | Derive(4) | Import(0)
src/p/i/PipelineConstructionSet-HEAD/python/common/perforce/p426/win64/P4.py PipelineConstructionSet(Download)
class P4(P4API.P4Adapter): """Use this class to communicate with a Perforce server Instances of P4 will use the environment settings (including P4CONFIG) to determine the connection parameters such as P4CLIENT and P4PORT.
src/p/i/PipelineConstructionSet-HEAD/python/common/perforce/p426/win32/P4.py PipelineConstructionSet(Download)
class P4(P4API.P4Adapter): """ A Python 2.6 version of the Perforce "p4" client. Use this class to communicate with a Perforce server
src/p/i/PipelineConstructionSet-HEAD/python/common/perforce/p425/P4.py PipelineConstructionSet(Download)
class P4(P4API.P4Adapter): """A Python 2.5 version of the Perforce "p4" client. Use this class to communicate with a Perforce server
src/p/e/perforce.tmbundle-HEAD/Support/P4.py perforce.tmbundle(Download)
class P4(P4API.P4Adapter): """Use this class to communicate with a Perforce server Instances of P4 will use the environment settings (including P4CONFIG) to determine the connection parameters such as P4CLIENT and P4PORT.