Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Goblin OGM
AIO Gremlin
Commits
a29147b3
Commit
a29147b3
authored
May 22, 2015
by
davebshow
Browse files
removed unneeded method, fixed var name
parent
a216b4ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
aiogremlin/connection.py
View file @
a29147b3
...
...
@@ -35,16 +35,11 @@ class GremlinClientWebSocketResponse(ClientWebSocketResponse):
def
parser
(
self
):
return
self
.
_parser
@
property
def
closed
(
self
):
"""Required by ABC."""
return
self
.
_closed
@
asyncio
.
coroutine
def
close
(
self
,
*
,
code
=
1000
,
message
=
b
''
):
if
not
self
.
_closed
:
d
o
_close
=
self
.
_close
()
if
d
o
_close
:
d
id
_close
=
self
.
_close
()
if
d
id
_close
:
return
True
while
True
:
try
:
...
...
Write
Preview
Supports
Markdown
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