mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Issue 9732: addition of getattr_static to the inspect module
This commit is contained in:
parent
89197fe93c
commit
95fc51dfda
6 changed files with 295 additions and 2 deletions
|
|
@ -5,7 +5,9 @@
|
|||
##################################################################
|
||||
[project attributes]
|
||||
proj.directory-list = [{'dirloc': loc('..'),
|
||||
'excludes': [u'Lib/__pycache__'],
|
||||
'excludes': [u'Lib/__pycache__',
|
||||
u'Doc/build',
|
||||
u'build'],
|
||||
'filter': '*',
|
||||
'include_hidden': False,
|
||||
'recursive': True,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue