Search results
Guide to Python introspection - IBM
Search result description:Dec 1, 2002 ... Introspection reveals useful information about your program's objects. Python, a
dynamic, object-oriented programming language, provides ...
Metaclass programming in Python - IBM
Search result description:Feb 26, 2003 ... Some OOP languages, including Python, allow for objects to be introspective (
also called reflective). That is, an introspective object is able to ...
Metaclass programming in Python, Part 2 - IBM
Search result description:Aug 28, 2003 ... Guide to Python introspection (developerWorks, December 2002) showcases
Python's introspection capabilities, from basic to advanced.
Charming Python: Create declarative mini-languages - IBM
Search result description:Feb 27, 2003 ... The object orientation and transparent introspective capabilities of Python allow
you to easily create declarative mini-languages for ...
JVM updates in WebSphere Application Server V8: Using wsadmin ...
Search result description:Dec 7, 2011 ... As it is in Python, introspection is key when programming in Jython. Because
Jython manipulates Python objects and Java objects, there are ...
Connecting databases to Python with SQLObject - IBM
Search result description:Aug 2, 2005 ... After reading this article, you'll be able to connect Python to ... can extract all the
information it needs through introspection on the database.
XML Matters: Enforcing validity with the gnosis.xml.validity library - IBM
Search result description:Jul 1, 2002 ... You could create an analogous capability in other programming languages, but
Python provides particularly versatile reflection mechanisms, ...
Charming Jython - IBM
Search result description:May 6, 2003 ... Python is dynamic and generic by design, so you don't have to add these
features by using complex libraries (such as those for Java reflection ...
Discover Python, Part 2: Explore the Python type hierarchy - IBM
Search result description:May 31, 2005 ... Read the developerWorks article "Guide to Python introspection: How to spy on
your Python objects" by Patrick O'Brien, which includes a ...
Charming Python: Parsing with the Spark module - IBM
Search result description:Aug 1, 2002 ... Being pure Python, however, it is also slower. ... methods like .t_alphanums() are
recognized by Spark introspection based on their "t_" prefix, ...
Introduction to Jython, Part 2: Programming essentials - IBM
Search result description:Apr 8, 2004 ... The module printclass.py can introspect classes and instances to display their .... '
warnoptions': <reflected field public static \ ... org.python.core.
Example-driven ZODB - IBM
Search result description:Apr 15, 2008 ... Relational databases are not the only solution available for Python ... It would be
nice to have a query language that could introspect and ...
XML Matters: On the 'Pythonic' treatment of XML documents as ... - IBM
Search result description:Check out David's book "Text Processing in Python" at http//gnosis.cx/TPiP/. ...
Because of the asymmetries between XML and Python, the project -- at least ...
Develop Python/XML with 4Suite, Part 1: Process XML with PyXml
Search result description:... XML processing in Python, and it implements various open standards related
to ... instances without expensive object-oriented introspection and class casting.
Better Django models - IBM
Search result description:May 19, 2009 ... Python also offers the @classmethod decorator, which generates methods ...
some introspection on the class object itself without instantiating it.