disqus / python-phabricator

Python bindings for Phabricator
Apache License 2.0
159 stars 66 forks source link

Clarify the `.api` method behaviour in the documentation #57

Open SebastianoF opened 5 years ago

SebastianoF commented 5 years ago

Hello! From the documentation I could not understand the meaning of the method api of the instance of the class Phabricator. It seems to be only reproducing itself with the same values. Is there any reason why this is happening:

 >>> phab == phab.api
True

? and also

 >>> phab == phab.api.api.api.api.api
True

Thanks for your time and patience.