Home | History | Annotate | Download | only in pyautolib

Lines Matching full:docstring

13 // %feature("docstring", "doc string goes here") NODENAME;
17 %module(docstring="Python interface to Automation Proxy.") pyautolib
74 %feature("docstring", "Represent a URL. Call spec() to get the string.") GURL;
79 %feature("docstring", "Get the string representation.") spec;
85 %feature("docstring",
89 %feature("docstring", "Get the string representation.") value;
96 %feature("docstring", "Construct an empty FilePath from a string.")
105 %feature("docstring", "Create the suite.") PyUITestSuiteBase;
109 %feature("docstring", "Initialize from the path to browser dir.")
112 %feature("docstring", "Set chrome source root path, used in some tests")
121 %feature("docstring", "Initialize the entire setup. Should be called "
125 %feature("docstring", "Appends a command-line switch (with associated value "
133 %feature("docstring", "Begins tracing with the given category_patterns "
138 %feature("docstring", "Ends tracing and returns the collected events.")
144 %feature("docstring",
147 %feature("docstring",
151 %feature("docstring", "Launches the browser and IPC testing server.")
154 %feature("docstring", "Closes the browser and IPC testing server.")
158 %feature("docstring", "Determine if the profile is set to be cleared on "
161 %feature("docstring", "If False, sets the flag so that the profile is "
167 %feature("docstring", "Get the path to profile directory.") user_data_dir;
171 %feature("docstring", "Send a sync JSON request to Chrome. "
180 %feature("docstring",
190 %feature("docstring",
210 %feature("docstring", "Start SpawnedTestServer over an ephemeral port") Start;
213 %feature("docstring", "Stop SpawnedTestServer") Stop;
216 %feature("docstring", "Get FilePath to the document root") document_root;
221 %feature("docstring", "Get URL for a file path") GetURL;
226 %feature("docstring", "Get port number.") GetPort;
236 %feature("docstring",