|
__new__(T,
S,
...)
Returns:
a new object with type S, a subtype of T |
|
|
|
final()
Close the connection with the Perforce server. |
|
|
|
getCharset()
The character set used to encode Unicode files and data. |
|
|
|
getClient()
The name of the client that Perforce commands that operate on a
client (eg. |
|
|
|
getConfig()
The config file currently being used by this object. |
|
|
|
getCwd()
This path is used to resolve relative local file system paths to
absolute file system paths. |
|
|
|
getHost()
The hostname of the machine to identify to Perforce as. |
|
|
|
getLanguage()
The language that Perforce messages should be displayed to the
client in |
|
|
|
|
|
getPassword()
The password used to authenticate the current user with Perforce
for subsequent commands. |
|
|
|
getPort()
The address and port of the Perforce server to connect to. |
|
|
|
getProtocol(capability)
Query a Perforce server protocol capability. |
|
|
|
getUser()
The username used to authenticate with the Perforce server. |
|
|
|
init()
Attempt to connect to the Perforce server. |
|
|
|
run(command,
ui)
Run a command on the Perforce server. |
|
|
|
setArgs(args)
Set the arguments to pass to subsequent run()
commands. |
|
|
|
setBreak(keepalive)
Set a callback function that Perforce can call periodically during
long running operations to check whether or not to keep
processing. |
|
|
|
setCharset(charset)
Set the new character set used to encode Unicode files and
data. |
|
|
|
setClient(client)
Set the new Perforce client to be used for subsequent
commands. |
|
|
|
setCwd(cwd)
Set the new working directory to be used for subsequent
commands. |
|
|
|
setHost(hostname)
Set the new hostname to be used for subsequent commands. |
|
|
|
setIgnorePassword()
Clear any default values for the password obtained from the
environment. |
|
|
|
setLanguage(language)
Set the new language to be used for subsequent commands. |
|
|
|
setPassword(password)
Set the new password to be used for subsequent commands. |
|
|
|
setPort(port)
Set the port and address of the Perforce server. |
|
|
|
setProg(name)
Set the program name for the active connection. |
|
|
|
setProtocol(capability,
value)
Set the value of a Perforce client protocol capability. |
|
|
|
setTicketFile(path)
Set the new location of the ticket file to use for subsequent
commands. |
|
|
|
setTrans(output,
content=...,
fnames=...,
dialog=...=...)
Set the character set used to translate unicode strings. |
|
|
|
setUser(username)
Set the user to authenticate as for subsequent commands. |
|
|
|
setVersion(version)
Set the program version for the active connection. |
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__init__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|