| Index: tools/telemetry/docs/telemetry.core.platform.platform_backend.html
|
| diff --git a/tools/telemetry/docs/telemetry.core.platform.platform_backend.html b/tools/telemetry/docs/telemetry.core.platform.platform_backend.html
|
| index 935d4dd0ded0a45839168d29d41a5077076a5b03..9d10f0f630ababf2e8039ef9d2075d92af55cc73 100644
|
| --- a/tools/telemetry/docs/telemetry.core.platform.platform_backend.html
|
| +++ b/tools/telemetry/docs/telemetry.core.platform.platform_backend.html
|
| @@ -14,6 +14,14 @@
|
| # found in the LICENSE file.</tt></p>
|
| <p>
|
| <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
|
| +<tr bgcolor="#aa55cc">
|
| +<td colspan=3 valign=bottom> <br>
|
| +<font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr>
|
| +
|
| +<tr><td bgcolor="#aa55cc"><tt> </tt></td><td> </td>
|
| +<td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="time.html">time</a><br>
|
| +</td><td width="25%" valign=top></td><td width="25%" valign=top></td><td width="25%" valign=top></td></tr></table></td></tr></table><p>
|
| +<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
|
| <tr bgcolor="#ee77aa">
|
| <td colspan=3 valign=bottom> <br>
|
| <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr>
|
| @@ -26,21 +34,346 @@
|
| <dt><font face="helvetica, arial"><a href="telemetry.core.platform.platform_backend.html#PlatformBackend">PlatformBackend</a>
|
| </font></dt></dl>
|
| </dd>
|
| +<dt><font face="helvetica, arial"><a href="__builtin__.html#str">__builtin__.str</a>(<a href="__builtin__.html#basestring">__builtin__.basestring</a>)
|
| +</font></dt><dd>
|
| +<dl>
|
| +<dt><font face="helvetica, arial"><a href="telemetry.core.platform.platform_backend.html#OSVersion">OSVersion</a>
|
| +</font></dt></dl>
|
| +</dd>
|
| </dl>
|
| <p>
|
| <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
|
| <tr bgcolor="#ffc8d8">
|
| <td colspan=3 valign=bottom> <br>
|
| +<font color="#000000" face="helvetica, arial"><a name="OSVersion">class <strong>OSVersion</strong></a>(<a href="__builtin__.html#str">__builtin__.str</a>)</font></td></tr>
|
| +
|
| +<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td>
|
| +<td colspan=2><tt># pylint: disable=W0212<br> </tt></td></tr>
|
| +<tr><td> </td>
|
| +<td width="100%"><dl><dt>Method resolution order:</dt>
|
| +<dd><a href="telemetry.core.platform.platform_backend.html#OSVersion">OSVersion</a></dd>
|
| +<dd><a href="__builtin__.html#str">__builtin__.str</a></dd>
|
| +<dd><a href="__builtin__.html#basestring">__builtin__.basestring</a></dd>
|
| +<dd><a href="__builtin__.html#object">__builtin__.object</a></dd>
|
| +</dl>
|
| +<hr>
|
| +Methods defined here:<br>
|
| +<dl><dt><a name="OSVersion-__ge__"><strong>__ge__</strong></a>(self, other)</dt></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-__gt__"><strong>__gt__</strong></a>(self, other)</dt></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-__le__"><strong>__le__</strong></a>(self, other)</dt></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-__lt__"><strong>__lt__</strong></a>(self, other)</dt></dl>
|
| +
|
| +<hr>
|
| +Static methods defined here:<br>
|
| +<dl><dt><a name="OSVersion-__new__"><strong>__new__</strong></a>(cls, friendly_name, sortable_name, *args, **kwargs)</dt></dl>
|
| +
|
| +<hr>
|
| +Data descriptors defined here:<br>
|
| +<dl><dt><strong>__dict__</strong></dt>
|
| +<dd><tt>dictionary for instance variables (if defined)</tt></dd>
|
| +</dl>
|
| +<hr>
|
| +Methods inherited from <a href="__builtin__.html#str">__builtin__.str</a>:<br>
|
| +<dl><dt><a name="OSVersion-__add__"><strong>__add__</strong></a>(...)</dt><dd><tt>x.<a href="#OSVersion-__add__">__add__</a>(y) <==> x+y</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-__contains__"><strong>__contains__</strong></a>(...)</dt><dd><tt>x.<a href="#OSVersion-__contains__">__contains__</a>(y) <==> y in x</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-__eq__"><strong>__eq__</strong></a>(...)</dt><dd><tt>x.<a href="#OSVersion-__eq__">__eq__</a>(y) <==> x==y</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-__format__"><strong>__format__</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-__format__">__format__</a>(format_spec) -> string<br>
|
| + <br>
|
| +Return a formatted version of S as described by format_spec.</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#OSVersion-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#OSVersion-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-__getnewargs__"><strong>__getnewargs__</strong></a>(...)</dt></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#OSVersion-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br>
|
| + <br>
|
| +Use of negative indices is not supported.</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-__hash__"><strong>__hash__</strong></a>(...)</dt><dd><tt>x.<a href="#OSVersion-__hash__">__hash__</a>() <==> hash(x)</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-__len__"><strong>__len__</strong></a>(...)</dt><dd><tt>x.<a href="#OSVersion-__len__">__len__</a>() <==> len(x)</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-__mod__"><strong>__mod__</strong></a>(...)</dt><dd><tt>x.<a href="#OSVersion-__mod__">__mod__</a>(y) <==> x%y</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-__mul__"><strong>__mul__</strong></a>(...)</dt><dd><tt>x.<a href="#OSVersion-__mul__">__mul__</a>(n) <==> x*n</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-__ne__"><strong>__ne__</strong></a>(...)</dt><dd><tt>x.<a href="#OSVersion-__ne__">__ne__</a>(y) <==> x!=y</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#OSVersion-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-__rmod__"><strong>__rmod__</strong></a>(...)</dt><dd><tt>x.<a href="#OSVersion-__rmod__">__rmod__</a>(y) <==> y%x</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-__rmul__"><strong>__rmul__</strong></a>(...)</dt><dd><tt>x.<a href="#OSVersion-__rmul__">__rmul__</a>(n) <==> n*x</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-__sizeof__"><strong>__sizeof__</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-__sizeof__">__sizeof__</a>() -> size of S in memory, in bytes</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#OSVersion-__str__">__str__</a>() <==> <a href="__builtin__.html#str">str</a>(x)</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-capitalize"><strong>capitalize</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-capitalize">capitalize</a>() -> string<br>
|
| + <br>
|
| +Return a copy of the string S with only its first character<br>
|
| +capitalized.</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-center"><strong>center</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-center">center</a>(width[, fillchar]) -> string<br>
|
| + <br>
|
| +Return S centered in a string of length width. Padding is<br>
|
| +done using the specified fill character (default is a space)</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-count"><strong>count</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-count">count</a>(sub[, start[, end]]) -> int<br>
|
| + <br>
|
| +Return the number of non-overlapping occurrences of substring sub in<br>
|
| +string S[start:end]. Optional arguments start and end are interpreted<br>
|
| +as in slice notation.</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-decode"><strong>decode</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-decode">decode</a>([encoding[,errors]]) -> <a href="__builtin__.html#object">object</a><br>
|
| + <br>
|
| +Decodes S using the codec registered for encoding. encoding defaults<br>
|
| +to the default encoding. errors may be given to set a different error<br>
|
| +handling scheme. Default is 'strict' meaning that encoding errors raise<br>
|
| +a UnicodeDecodeError. Other possible values are 'ignore' and 'replace'<br>
|
| +as well as any other name registered with codecs.register_error that is<br>
|
| +able to handle UnicodeDecodeErrors.</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-encode"><strong>encode</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-encode">encode</a>([encoding[,errors]]) -> <a href="__builtin__.html#object">object</a><br>
|
| + <br>
|
| +Encodes S using the codec registered for encoding. encoding defaults<br>
|
| +to the default encoding. errors may be given to set a different error<br>
|
| +handling scheme. Default is 'strict' meaning that encoding errors raise<br>
|
| +a UnicodeEncodeError. Other possible values are 'ignore', 'replace' and<br>
|
| +'xmlcharrefreplace' as well as any other name registered with<br>
|
| +codecs.register_error that is able to handle UnicodeEncodeErrors.</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-endswith"><strong>endswith</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-endswith">endswith</a>(suffix[, start[, end]]) -> bool<br>
|
| + <br>
|
| +Return True if S ends with the specified suffix, False otherwise.<br>
|
| +With optional start, test S beginning at that position.<br>
|
| +With optional end, stop comparing S at that position.<br>
|
| +suffix can also be a tuple of strings to try.</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-expandtabs"><strong>expandtabs</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-expandtabs">expandtabs</a>([tabsize]) -> string<br>
|
| + <br>
|
| +Return a copy of S where all tab characters are expanded using spaces.<br>
|
| +If tabsize is not given, a tab size of 8 characters is assumed.</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-find"><strong>find</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-find">find</a>(sub [,start [,end]]) -> int<br>
|
| + <br>
|
| +Return the lowest index in S where substring sub is found,<br>
|
| +such that sub is contained within S[start:end]. Optional<br>
|
| +arguments start and end are interpreted as in slice notation.<br>
|
| + <br>
|
| +Return -1 on failure.</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-format"><strong>format</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-format">format</a>(*args, **kwargs) -> string<br>
|
| + <br>
|
| +Return a formatted version of S, using substitutions from args and kwargs.<br>
|
| +The substitutions are identified by braces ('{' and '}').</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-index"><strong>index</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-index">index</a>(sub [,start [,end]]) -> int<br>
|
| + <br>
|
| +Like S.<a href="#OSVersion-find">find</a>() but raise ValueError when the substring is not found.</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-isalnum"><strong>isalnum</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-isalnum">isalnum</a>() -> bool<br>
|
| + <br>
|
| +Return True if all characters in S are alphanumeric<br>
|
| +and there is at least one character in S, False otherwise.</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-isalpha"><strong>isalpha</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-isalpha">isalpha</a>() -> bool<br>
|
| + <br>
|
| +Return True if all characters in S are alphabetic<br>
|
| +and there is at least one character in S, False otherwise.</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-isdigit"><strong>isdigit</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-isdigit">isdigit</a>() -> bool<br>
|
| + <br>
|
| +Return True if all characters in S are digits<br>
|
| +and there is at least one character in S, False otherwise.</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-islower"><strong>islower</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-islower">islower</a>() -> bool<br>
|
| + <br>
|
| +Return True if all cased characters in S are lowercase and there is<br>
|
| +at least one cased character in S, False otherwise.</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-isspace"><strong>isspace</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-isspace">isspace</a>() -> bool<br>
|
| + <br>
|
| +Return True if all characters in S are whitespace<br>
|
| +and there is at least one character in S, False otherwise.</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-istitle"><strong>istitle</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-istitle">istitle</a>() -> bool<br>
|
| + <br>
|
| +Return True if S is a titlecased string and there is at least one<br>
|
| +character in S, i.e. uppercase characters may only follow uncased<br>
|
| +characters and lowercase characters only cased ones. Return False<br>
|
| +otherwise.</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-isupper"><strong>isupper</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-isupper">isupper</a>() -> bool<br>
|
| + <br>
|
| +Return True if all cased characters in S are uppercase and there is<br>
|
| +at least one cased character in S, False otherwise.</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-join"><strong>join</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-join">join</a>(iterable) -> string<br>
|
| + <br>
|
| +Return a string which is the concatenation of the strings in the<br>
|
| +iterable. The separator between elements is S.</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-ljust"><strong>ljust</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-ljust">ljust</a>(width[, fillchar]) -> string<br>
|
| + <br>
|
| +Return S left-justified in a string of length width. Padding is<br>
|
| +done using the specified fill character (default is a space).</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-lower"><strong>lower</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-lower">lower</a>() -> string<br>
|
| + <br>
|
| +Return a copy of the string S converted to lowercase.</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-lstrip"><strong>lstrip</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-lstrip">lstrip</a>([chars]) -> string or unicode<br>
|
| + <br>
|
| +Return a copy of the string S with leading whitespace removed.<br>
|
| +If chars is given and not None, remove characters in chars instead.<br>
|
| +If chars is unicode, S will be converted to unicode before stripping</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-partition"><strong>partition</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-partition">partition</a>(sep) -> (head, sep, tail)<br>
|
| + <br>
|
| +Search for the separator sep in S, and return the part before it,<br>
|
| +the separator itself, and the part after it. If the separator is not<br>
|
| +found, return S and two empty strings.</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-replace"><strong>replace</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-replace">replace</a>(old, new[, count]) -> string<br>
|
| + <br>
|
| +Return a copy of string S with all occurrences of substring<br>
|
| +old replaced by new. If the optional argument count is<br>
|
| +given, only the first count occurrences are replaced.</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-rfind"><strong>rfind</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-rfind">rfind</a>(sub [,start [,end]]) -> int<br>
|
| + <br>
|
| +Return the highest index in S where substring sub is found,<br>
|
| +such that sub is contained within S[start:end]. Optional<br>
|
| +arguments start and end are interpreted as in slice notation.<br>
|
| + <br>
|
| +Return -1 on failure.</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-rindex"><strong>rindex</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-rindex">rindex</a>(sub [,start [,end]]) -> int<br>
|
| + <br>
|
| +Like S.<a href="#OSVersion-rfind">rfind</a>() but raise ValueError when the substring is not found.</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-rjust"><strong>rjust</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-rjust">rjust</a>(width[, fillchar]) -> string<br>
|
| + <br>
|
| +Return S right-justified in a string of length width. Padding is<br>
|
| +done using the specified fill character (default is a space)</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-rpartition"><strong>rpartition</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-rpartition">rpartition</a>(sep) -> (head, sep, tail)<br>
|
| + <br>
|
| +Search for the separator sep in S, starting at the end of S, and return<br>
|
| +the part before it, the separator itself, and the part after it. If the<br>
|
| +separator is not found, return two empty strings and S.</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-rsplit"><strong>rsplit</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-rsplit">rsplit</a>([sep [,maxsplit]]) -> list of strings<br>
|
| + <br>
|
| +Return a list of the words in the string S, using sep as the<br>
|
| +delimiter string, starting at the end of the string and working<br>
|
| +to the front. If maxsplit is given, at most maxsplit splits are<br>
|
| +done. If sep is not specified or is None, any whitespace string<br>
|
| +is a separator.</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-rstrip"><strong>rstrip</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-rstrip">rstrip</a>([chars]) -> string or unicode<br>
|
| + <br>
|
| +Return a copy of the string S with trailing whitespace removed.<br>
|
| +If chars is given and not None, remove characters in chars instead.<br>
|
| +If chars is unicode, S will be converted to unicode before stripping</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-split"><strong>split</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-split">split</a>([sep [,maxsplit]]) -> list of strings<br>
|
| + <br>
|
| +Return a list of the words in the string S, using sep as the<br>
|
| +delimiter string. If maxsplit is given, at most maxsplit<br>
|
| +splits are done. If sep is not specified or is None, any<br>
|
| +whitespace string is a separator and empty strings are removed<br>
|
| +from the result.</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-splitlines"><strong>splitlines</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-splitlines">splitlines</a>(keepends=False) -> list of strings<br>
|
| + <br>
|
| +Return a list of the lines in S, breaking at line boundaries.<br>
|
| +Line breaks are not included in the resulting list unless keepends<br>
|
| +is given and true.</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-startswith"><strong>startswith</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-startswith">startswith</a>(prefix[, start[, end]]) -> bool<br>
|
| + <br>
|
| +Return True if S starts with the specified prefix, False otherwise.<br>
|
| +With optional start, test S beginning at that position.<br>
|
| +With optional end, stop comparing S at that position.<br>
|
| +prefix can also be a tuple of strings to try.</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-strip"><strong>strip</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-strip">strip</a>([chars]) -> string or unicode<br>
|
| + <br>
|
| +Return a copy of the string S with leading and trailing<br>
|
| +whitespace removed.<br>
|
| +If chars is given and not None, remove characters in chars instead.<br>
|
| +If chars is unicode, S will be converted to unicode before stripping</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-swapcase"><strong>swapcase</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-swapcase">swapcase</a>() -> string<br>
|
| + <br>
|
| +Return a copy of the string S with uppercase characters<br>
|
| +converted to lowercase and vice versa.</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-title"><strong>title</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-title">title</a>() -> string<br>
|
| + <br>
|
| +Return a titlecased version of S, i.e. words start with uppercase<br>
|
| +characters, all remaining cased characters have lowercase.</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-translate"><strong>translate</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-translate">translate</a>(table [,deletechars]) -> string<br>
|
| + <br>
|
| +Return a copy of the string S, where all characters occurring<br>
|
| +in the optional argument deletechars are removed, and the<br>
|
| +remaining characters have been mapped through the given<br>
|
| +translation table, which must be a string of length 256 or None.<br>
|
| +If the table argument is None, no translation is applied and<br>
|
| +the operation simply removes the characters in deletechars.</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-upper"><strong>upper</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-upper">upper</a>() -> string<br>
|
| + <br>
|
| +Return a copy of the string S converted to uppercase.</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="OSVersion-zfill"><strong>zfill</strong></a>(...)</dt><dd><tt>S.<a href="#OSVersion-zfill">zfill</a>(width) -> string<br>
|
| + <br>
|
| +Pad a numeric string S with zeros on the left, to fill a field<br>
|
| +of the specified width. The string S is never truncated.</tt></dd></dl>
|
| +
|
| +</td></tr></table> <p>
|
| +<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
|
| +<tr bgcolor="#ffc8d8">
|
| +<td colspan=3 valign=bottom> <br>
|
| <font color="#000000" face="helvetica, arial"><a name="PlatformBackend">class <strong>PlatformBackend</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)</font></td></tr>
|
|
|
| <tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td>
|
| <td width="100%">Methods defined here:<br>
|
| +<dl><dt><a name="PlatformBackend-CanCaptureVideo"><strong>CanCaptureVideo</strong></a>(self)</dt></dl>
|
| +
|
| +<dl><dt><a name="PlatformBackend-CanFlushIndividualFilesFromSystemCache"><strong>CanFlushIndividualFilesFromSystemCache</strong></a>(self)</dt></dl>
|
| +
|
| +<dl><dt><a name="PlatformBackend-CanLaunchApplication"><strong>CanLaunchApplication</strong></a>(self, application)</dt></dl>
|
| +
|
| +<dl><dt><a name="PlatformBackend-CanMonitorPowerAsync"><strong>CanMonitorPowerAsync</strong></a>(self)</dt></dl>
|
| +
|
| +<dl><dt><a name="PlatformBackend-CanMonitorPowerSync"><strong>CanMonitorPowerSync</strong></a>(self)</dt></dl>
|
| +
|
| <dl><dt><a name="PlatformBackend-CanMonitorThermalThrottling"><strong>CanMonitorThermalThrottling</strong></a>(self)</dt></dl>
|
|
|
| +<dl><dt><a name="PlatformBackend-FlushEntireSystemCache"><strong>FlushEntireSystemCache</strong></a>(self)</dt></dl>
|
| +
|
| +<dl><dt><a name="PlatformBackend-FlushSystemCacheForDirectory"><strong>FlushSystemCacheForDirectory</strong></a>(self, directory, ignoring<font color="#909090">=None</font>)</dt></dl>
|
| +
|
| <dl><dt><a name="PlatformBackend-GetChildPids"><strong>GetChildPids</strong></a>(self, pid)</dt></dl>
|
|
|
| <dl><dt><a name="PlatformBackend-GetCommandLine"><strong>GetCommandLine</strong></a>(self, pid)</dt></dl>
|
|
|
| +<dl><dt><a name="PlatformBackend-GetCpuStats"><strong>GetCpuStats</strong></a>(self, pid)</dt></dl>
|
| +
|
| +<dl><dt><a name="PlatformBackend-GetCpuTimestamp"><strong>GetCpuTimestamp</strong></a>(self)</dt></dl>
|
| +
|
| <dl><dt><a name="PlatformBackend-GetIOStats"><strong>GetIOStats</strong></a>(self, pid)</dt></dl>
|
|
|
| <dl><dt><a name="PlatformBackend-GetMemoryStats"><strong>GetMemoryStats</strong></a>(self, pid)</dt></dl>
|
| @@ -53,18 +386,38 @@
|
|
|
| <dl><dt><a name="PlatformBackend-GetSystemCommitCharge"><strong>GetSystemCommitCharge</strong></a>(self)</dt></dl>
|
|
|
| +<dl><dt><a name="PlatformBackend-GetSystemTotalPhysicalMemory"><strong>GetSystemTotalPhysicalMemory</strong></a>(self)</dt></dl>
|
| +
|
| <dl><dt><a name="PlatformBackend-HasBeenThermallyThrottled"><strong>HasBeenThermallyThrottled</strong></a>(self)</dt></dl>
|
|
|
| +<dl><dt><a name="PlatformBackend-InstallApplication"><strong>InstallApplication</strong></a>(self, application)</dt></dl>
|
| +
|
| +<dl><dt><a name="PlatformBackend-IsApplicationRunning"><strong>IsApplicationRunning</strong></a>(self, application)</dt></dl>
|
| +
|
| <dl><dt><a name="PlatformBackend-IsRawDisplayFrameRateSupported"><strong>IsRawDisplayFrameRateSupported</strong></a>(self)</dt></dl>
|
|
|
| <dl><dt><a name="PlatformBackend-IsThermallyThrottled"><strong>IsThermallyThrottled</strong></a>(self)</dt></dl>
|
|
|
| +<dl><dt><a name="PlatformBackend-LaunchApplication"><strong>LaunchApplication</strong></a>(self, application, parameters<font color="#909090">=None</font>, elevate_privilege<font color="#909090">=False</font>)</dt></dl>
|
| +
|
| +<dl><dt><a name="PlatformBackend-MonitorPowerSync"><strong>MonitorPowerSync</strong></a>(self, duration_ms)</dt></dl>
|
| +
|
| +<dl><dt><a name="PlatformBackend-PurgeUnpinnedMemory"><strong>PurgeUnpinnedMemory</strong></a>(self)</dt></dl>
|
| +
|
| <dl><dt><a name="PlatformBackend-SetFullPerformanceModeEnabled"><strong>SetFullPerformanceModeEnabled</strong></a>(self, enabled)</dt></dl>
|
|
|
| -<dl><dt><a name="PlatformBackend-StartRawDisplayFrameRateMeasurement"><strong>StartRawDisplayFrameRateMeasurement</strong></a>(self)</dt><dd><tt># pylint: disable=W0613</tt></dd></dl>
|
| +<dl><dt><a name="PlatformBackend-StartMonitoringPowerAsync"><strong>StartMonitoringPowerAsync</strong></a>(self)</dt></dl>
|
| +
|
| +<dl><dt><a name="PlatformBackend-StartRawDisplayFrameRateMeasurement"><strong>StartRawDisplayFrameRateMeasurement</strong></a>(self)</dt></dl>
|
| +
|
| +<dl><dt><a name="PlatformBackend-StartVideoCapture"><strong>StartVideoCapture</strong></a>(self, min_bitrate_mbps)</dt></dl>
|
| +
|
| +<dl><dt><a name="PlatformBackend-StopMonitoringPowerAsync"><strong>StopMonitoringPowerAsync</strong></a>(self)</dt></dl>
|
|
|
| <dl><dt><a name="PlatformBackend-StopRawDisplayFrameRateMeasurement"><strong>StopRawDisplayFrameRateMeasurement</strong></a>(self)</dt></dl>
|
|
|
| +<dl><dt><a name="PlatformBackend-StopVideoCapture"><strong>StopVideoCapture</strong></a>(self)</dt></dl>
|
| +
|
| <hr>
|
| Data descriptors defined here:<br>
|
| <dl><dt><strong>__dict__</strong></dt>
|
| @@ -73,5 +426,7 @@ Data descriptors defined here:<br>
|
| <dl><dt><strong>__weakref__</strong></dt>
|
| <dd><tt>list of weak references to the object (if defined)</tt></dd>
|
| </dl>
|
| +<dl><dt><strong>is_video_capture_running</strong></dt>
|
| +</dl>
|
| </td></tr></table></td></tr></table>
|
| </body></html>
|
|
|