Movatterモバイル変換
[0]ホーム
30.7.2 Function Descriptor Objects
The function descriptor objects used as values in the dictionary returnedbyreadmodule_ex() provide the following data members:
- module
- The name of the module defining the function described by the function descriptor.
- name
- The name of the function.
- file
- Name of the file containing the
def statement defining the function.
- lineno
- The line number of the
def statement within the file named byfile.
Release 2.5.2, documentation updated on 21st February, 2008. SeeAbout this document... for information on suggesting changes.
[8]ページ先頭