Functions | |
def | GetCommandOutput (command) |
def | GetSvnInfo () |
def | GetSvnTrunk () |
def | IsInGMockSvn () |
def | IsInGTestSvn () |
Variables | |
string | __author__ = 'wan@google.com (Zhanyong Wan)' |
_SVN_INFO_URL_RE = re.compile(r'^URL: https://(\w+)\.googlecode\.com/svn(.*)') | |
def common.GetCommandOutput | ( | command | ) |
Runs the shell command and returns its stdout as a list of lines.
Definition at line 46 of file bloaty/third_party/googletest/googletest/scripts/common.py.
def common.GetSvnInfo | ( | ) |
Returns the project name and the current SVN workspace's root path.
Definition at line 55 of file bloaty/third_party/googletest/googletest/scripts/common.py.
def common.GetSvnTrunk | ( | ) |
Returns the current SVN workspace's trunk root path.
Definition at line 69 of file bloaty/third_party/googletest/googletest/scripts/common.py.
def common.IsInGMockSvn | ( | ) |
Definition at line 81 of file bloaty/third_party/googletest/googletest/scripts/common.py.
def common.IsInGTestSvn | ( | ) |
Definition at line 76 of file bloaty/third_party/googletest/googletest/scripts/common.py.
|
private |
Definition at line 31 of file bloaty/third_party/googletest/googletest/scripts/common.py.
|
private |
Definition at line 43 of file bloaty/third_party/googletest/googletest/scripts/common.py.