News Archive (1999-2012) | 2013-current at LinuxGizmos | Current Tech News Portal |    About   

Guide to Python introspection [developerWorks]

Dec 21, 2002 — by LinuxDevices Staff — from the LinuxDevices Archive — 1 views

Introspection reveals useful information about your program's objects. Python, a dynamic, object-oriented programming language, provides tremendous introspection support. This article from IBM's developerWorks website covers its capabilities, including python's on-line help utility, the sys module, the keyword module, the dir() function, documentation strings, interrogating python objects, and… interrogation time.

Read full story

 
This article was originally published on LinuxDevices.com and has been donated to the open source community by QuinStreet Inc. Please visit LinuxToday.com for up-to-date news and articles about Linux and open source.



Comments are closed.