Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Nathan Graule
call
Commits
76be7bdf
Commit
76be7bdf
authored
Aug 07, 2018
by
Nathan Graule
💻
Browse files
Add note on the direct use of `self.data`.
parent
e7bbedf5
Pipeline
#27342944
failed with stages
in 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
README.rst
README.rst
+2
-1
No files found.
README.rst
View file @
76be7bdf
...
...
@@ -63,7 +63,8 @@ Block thread until resolved (or raises on failure):
result = call.wait()
Wait for call to either resolve or reject
Wait for call to either resolve or reject. Note that it is not recommended to get the data directly, as it may be
``None``, which may or may not indicate that an error has occurred.
.. code:: python
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment