mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-29 20:03:33 +08:00
[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:
parent
4c7944a3f1
commit
4fe043ffcc
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user