We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tp_name
khmer.Read
_common_init_Type
khmer_${TYPENAME}_Type
PyObject
PyCFunction
PyMethodDef
tp_dealloc
(destructor)
Types to review
Read_Type
ReadParser_Type
ReadPairIterator_Type
khmer_KSubsetPartitionType
khmer_KCountingHashType
khmer_KHashbitsType
khmer_KLabelHashType
khmer_ReadAlignerType
The text was updated successfully, but these errors were encountered:
Working on it: #785
Sorry, something went wrong.
More or less done (#785, #1044) and the naming scheme stuff is punted to #872.
luizirber
No branches or pull requests
tp_name
field of PyTypeObjects needs to include module name; dot separated; Example:khmer.Read
_common_init_Type
and refactor accordinglykhmer_${TYPENAME}_Type
;PyObject
. Cast the methods toPyCFunction
s in thePyMethodDef
.PyObject
. Cast the method intp_dealloc
to(destructor)
Types to review
Read_Type
ReadParser_Type
ReadPairIterator_Type
khmer_KSubsetPartitionType
khmer_KCountingHashType
khmer_KHashbitsType
khmer_KLabelHashType
khmer_ReadAlignerType
The text was updated successfully, but these errors were encountered: