spacer Browse Articles Python __Underscore__ Methods History Revision 12 vs. Revision 13
spacer
Take Control – Choose how to license your stuff and who can edit it, track every change Join Siafoo Now or Learn More

Python __Underscore__ Methods

Revision 12 vs. Revision 13

Legend:

Unmodified
Added
Removed
  • Content

    r12 r13  
    1111Anyways feel free to add, don't worry about messing stuff up, I can always revert your edits if I really hate them ; ) A list of underscore methods that I haven't written about yet is at the bottom; there might be more too that I don't know about.  And things I'm not sure about have question marks next to them, feel free to search for question marks and correct any uncertainties.  
    1212  
    1313  
    1414Class and Instance Methods  
    1515==========================  
    16 For consistancy's sake, let's say we have a class called 'Class', instances called 'x' and 'y'.  Keeping with the Python docstrings, '<==>' can be read as 'is equivalent to'.  
     16For consistency's sake, let's say we have a class called 'Class', instances called 'x' and 'y'.  Keeping with the Python docstrings, '<==>' can be read as 'is equivalent to'.  
    1717  
    1818Creation, Calling, and Destruction  
    1919----------------------------------  
    2020| ``__init__(self, ...)``  
    2121|    ``Class.__init__(...)`` <==> ``x.__init__(...)`` <==> ``Class(...)``  
Trouble Logging In?
Create an Account
gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.