-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#825: Allow passing explicit connection to '_PropertyMixin.{reload,patch}'. #852
#825: Allow passing explicit connection to '_PropertyMixin.{reload,patch}'. #852
Conversation
@dhermes PTAL |
the object in its constructor. | ||
""" | ||
if connection is None: | ||
connection = self.connection |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
FWIW forcing use of |
I was wrong there: the test failures were due to |
@dhermes Rebased w/ protobuf version pin fix, and changed to use |
Use implicit default instead. Addresses: #852 (comment)
@@ -33,11 +33,6 @@ class _PropertyMixin(object): | |||
""" | |||
|
|||
@property | |||
def connection(self): |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
LGTM |
…_explicit_connection #825: Allow passing explicit connection to '_PropertyMixin.{reload,patch}'.
See #825.