|
Assimp
v4.1. (December 2018)
|
Inherits upload.VersionControlSystem.
Public Member Functions | |
| def | __init__ (self, options) |
| def | GenerateDiff (self, args) |
| def | GetBaseFile (self, filename) |
| def | GetStatus (self, filename) |
| def | GetUnknownFiles (self) |
| def | GuessBase (self, required) |
| def | ReadFile (self, filename) |
Public Member Functions inherited from upload.VersionControlSystem | |
| def | CheckForUnknownFiles (self) |
| def | GetBaseFiles (self, diff) |
| def | IsImage (self, filename) |
| def | UploadBaseFiles (self, issue, rpc_server, patch_list, patchset, options, files) |
Public Attributes | |
| rev_end | |
| rev_start | |
| svn_base | |
| svnls_cache | |
Public Attributes inherited from upload.VersionControlSystem | |
| options | |
Implementation of the VersionControlSystem interface for Subversion.
| def upload.SubversionVCS.__init__ | ( | self, | |
| options | |||
| ) |
Constructor. Args: options: Command line options.
Reimplemented from upload.VersionControlSystem.
| def upload.SubversionVCS.GenerateDiff | ( | self, | |
| args | |||
| ) |
Return the current diff as a string. Args: args: Extra arguments to pass to the diff command.
Reimplemented from upload.VersionControlSystem.
| def upload.SubversionVCS.GetBaseFile | ( | self, | |
| filename | |||
| ) |
Get the content of the upstream version of a file. Returns: A tuple (base_content, new_content, is_binary, status) base_content: The contents of the base file. new_content: For text files, this is empty. For binary files, this is the contents of the new file, since the diff output won't contain information to reconstruct the current file. is_binary: True iff the file is binary. status: The status of the file.
Reimplemented from upload.VersionControlSystem.
| def upload.SubversionVCS.GetStatus | ( | self, | |
| filename | |||
| ) |
Returns the status of a file.
| def upload.SubversionVCS.GetUnknownFiles | ( | self | ) |
Return a list of files unknown to the VCS.
Reimplemented from upload.VersionControlSystem.
| def upload.SubversionVCS.GuessBase | ( | self, | |
| required | |||
| ) |
Wrapper for _GuessBase.
| def upload.SubversionVCS.ReadFile | ( | self, | |
| filename | |||
| ) |
Returns the contents of a file.
| upload.SubversionVCS.rev_end |
| upload.SubversionVCS.rev_start |
| upload.SubversionVCS.svn_base |
| upload.SubversionVCS.svnls_cache |