Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
python-cellframe
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cellframe
python-cellframe
Commits
c9cf6c9d
"git@gitlab.demlabs.net:cellframe/libdap.git" did not exist on "e2f1987327d7ffe724486c26fbea496474f7b43b"
Commit
c9cf6c9d
authored
5 years ago
by
alexey.stratulat
Browse files
Options
Downloads
Patches
Plain Diff
[-] Deleted word Chain from wrapping_dap_hash
parent
45ce7480
No related branches found
No related tags found
1 merge request
!26
Support 3689
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/wrapping_dap_hash.h
+9
-9
9 additions, 9 deletions
include/wrapping_dap_hash.h
with
9 additions
and
9 deletions
include/wrapping_dap_hash.h
+
9
−
9
View file @
c9cf6c9d
...
...
@@ -22,9 +22,9 @@ static PyMethodDef DapHashTypeMethods[] = {
{
NULL
,
NULL
,
0
,
NULL
}
};
static
PyTypeObject
Dap
Chain
HashTypeObject_DapChainHashTypeObjectType
=
{
static
PyTypeObject
DapHashTypeObject_DapChainHashTypeObjectType
=
{
PyVarObject_HEAD_INIT
(
NULL
,
0
)
"CellFrame.
Chain
HashType"
,
/* tp_name */
"CellFrame.HashType"
,
/* tp_name */
sizeof
(
PyDapHashTypeObject
),
/* tp_basicsize */
0
,
/* tp_itemsize */
0
,
/* tp_dealloc */
...
...
@@ -44,7 +44,7 @@ static PyTypeObject DapChainHashTypeObject_DapChainHashTypeObjectType = {
0
,
/* tp_as_buffer */
Py_TPFLAGS_DEFAULT
|
Py_TPFLAGS_BASETYPE
,
/* tp_flags */
"
Chain h
ash type object"
,
/* tp_doc */
"
H
ash type object"
,
/* tp_doc */
0
,
/* tp_traverse */
0
,
/* tp_clear */
0
,
/* tp_richcompare */
...
...
@@ -67,10 +67,10 @@ static PyTypeObject DapChainHashTypeObject_DapChainHashTypeObjectType = {
/*=================*/
/* Chain hash fast */
typedef
struct
PyDap
Chain
HashFast
{
typedef
struct
PyDapHashFast
{
PyObject_HEAD
dap_chain_hash_fast_t
*
hash_fast
;
}
PyDap
Chain
HashFastObject
;
}
PyDapHashFastObject
;
PyObject
*
dap_chain_str_to_hash_fast_py
(
PyObject
*
self
,
PyObject
*
args
);
PyObject
*
dap_hash_fast_py
(
PyObject
*
self
,
PyObject
*
args
);
...
...
@@ -89,10 +89,10 @@ static PyMethodDef DapHashFastMethods[] = {
{
NULL
,
NULL
,
0
,
NULL
}
};
static
PyTypeObject
Dap
Chain
HashFastObject_Dap
Chain
HashFastObjectType
=
{
static
PyTypeObject
DapHashFastObject_DapHashFastObjectType
=
{
PyVarObject_HEAD_INIT
(
NULL
,
0
)
"CellFrame.
Chain
Fast"
,
/* tp_name */
sizeof
(
PyDap
Chain
HashFastObject
),
/* tp_basicsize */
"CellFrame.
Hash
Fast"
,
/* tp_name */
sizeof
(
PyDapHashFastObject
),
/* tp_basicsize */
0
,
/* tp_itemsize */
0
,
/* tp_dealloc */
0
,
/* tp_print */
...
...
@@ -111,7 +111,7 @@ static PyTypeObject DapChainHashFastObject_DapChainHashFastObjectType = {
0
,
/* tp_as_buffer */
Py_TPFLAGS_DEFAULT
|
Py_TPFLAGS_BASETYPE
,
/* tp_flags */
"
Chain h
ash fast object"
,
/* tp_doc */
"
H
ash fast object"
,
/* tp_doc */
0
,
/* tp_traverse */
0
,
/* tp_clear */
0
,
/* tp_richcompare */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment