Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
pykd
pykd
Commits
c8d153a1
Commit
c8d153a1
authored
Dec 15, 2019
by
ussrhero
Browse files
fixed functions description
parent
0a1fc9be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
pykd/pymod.cpp
pykd/pymod.cpp
+2
-2
No files found.
pykd/pymod.cpp
View file @
c8d153a1
...
...
@@ -919,11 +919,11 @@ void pykd_init()
.
def
(
"isStaticField"
,
TypeInfoAdapter
::
isStaticField
,
"Return True if a field is a static field by field name"
)
.
def
(
"isStaticField"
,
TypeInfoAdapter
::
isStaticFieldByIndex
,
"Return True if a field is a static field by field
name
"
)
"Return True if a field is a static field by field
index
"
)
.
def
(
"isConstField"
,
TypeInfoAdapter
::
isConstField
,
"Return True if a field is a const field by field name"
)
.
def
(
"isConstField"
,
TypeInfoAdapter
::
isConstFieldByIndex
,
"Return True if a field is a const field by field
name
"
)
"Return True if a field is a const field by field
index
"
)
.
def
(
"bitOffset"
,
TypeInfoAdapter
::
getBitOffset
,
"Return bit field's offset"
)
.
def
(
"bitWidth"
,
TypeInfoAdapter
::
getBitWidth
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment