cytoscape / py2cytoscape

Python utilities for Cytoscape and Cytoscape.js
https://py2cytoscape.readthedocs.io
MIT License
178 stars 45 forks source link

cytoscape.styles.getVisualProperties() #77

Closed jorgeboucas closed 5 years ago

jorgeboucas commented 5 years ago

Code:

cytoscape.styles.getVisualProperties()

error:

NameErrorTraceback (most recent call last)
<ipython-input-6-9b6612f5591d> in <module>()
----> 1 cytoscape.styles.getVisualProperties()

/beegfs/group_bit/home/JBoucas/.jupyterhub/0.9.4/lib/python2.7/site-packages/py2cytoscape/cyrest/styles.pyc in getVisualProperties(verbose)
    371         """
    372 
--> 373         response=api(url=self.url+'styles/visualproperties', PARAMS=None, method="GET", verbose=verbose, parse_params=False)
    374         return response
    375 

NameError: global name 'self' is not defined