[0.1.x] ~ bitPos.__doc__

git-svn-id: https://pykd.svn.codeplex.com/svn@77669 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
SND\EreTIk_cp 2012-06-29 13:10:12 +00:00 committed by Mikhail I. Izmestev
parent 4c7944a3f1
commit 4fe043ffcc

View File

@ -770,7 +770,7 @@ BOOST_PYTHON_MODULE( pykd )
.def( "baseType", &pyDia::Symbol::getBaseType, .def( "baseType", &pyDia::Symbol::getBaseType,
"Retrieves the base type for this symbol") "Retrieves the base type for this symbol")
.def( "bitPos", &pyDia::Symbol::getBitPosition, .def( "bitPos", &pyDia::Symbol::getBitPosition,
"Retrieves the base type for this symbol") "Retrieves the bit position of location")
.def( "indexId", &pyDia::Symbol::getIndexId, .def( "indexId", &pyDia::Symbol::getIndexId,
"Retrieves the unique symbol identifier") "Retrieves the unique symbol identifier")
.def( "udtKind", &pyDia::Symbol::getUdtKind, .def( "udtKind", &pyDia::Symbol::getUdtKind,