Treat None as a Python keyword
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12542 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
89face5db1
commit
0554313887
1 changed files with 2 additions and 1 deletions
|
|
@ -124,7 +124,8 @@ PYTHONBN(zip);
|
|||
*/
|
||||
PYTHONBN(True);
|
||||
PYTHONBN(False);
|
||||
PYTHONBN(None);
|
||||
|
||||
PYTHONKW(None);
|
||||
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue