Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
py-bake
Commits
cb20a717
Commit
cb20a717
authored
Mar 25, 2018
by
Matthieu Dorier
Browse files
added copyright info
parent
9102d4a9
Changes
7
Hide whitespace changes
Inline
Side-by-side
pybake/__init__.py
View file @
cb20a717
# (C) 2018 The University of Chicago
# See COPYRIGHT in top-level directory.
from
pybake.target
import
BakeStorageTarget
pybake/client.py
View file @
cb20a717
# (C) 2018 The University of Chicago
# See COPYRIGHT in top-level directory.
import
_pybakeclient
import
pymargo
...
...
pybake/server.py
View file @
cb20a717
# (C) 2018 The University of Chicago
# See COPYRIGHT in top-level directory.
import
_pybakeserver
import
pymargo
from
pybake.target
import
BakeStorageTarget
...
...
pybake/src/client.cpp
View file @
cb20a717
/*
* (C) 2018 The University of Chicago
*
* See COPYRIGHT in top-level directory.
*/
#define BOOST_NO_AUTO_PTR
#include
<boost/python.hpp>
#include
<boost/python/return_opaque_pointer.hpp>
...
...
pybake/src/server.cpp
View file @
cb20a717
/*
* (C) 2018 The University of Chicago
*
* See COPYRIGHT in top-level directory.
*/
#define BOOST_NO_AUTO_PTR
#include
<boost/python.hpp>
#include
<boost/python/return_opaque_pointer.hpp>
...
...
pybake/target.py
View file @
cb20a717
# (C) 2018 The University of Chicago
# See COPYRIGHT in top-level directory.
class
BakeStorageTarget
():
def
__init__
(
self
,
tid
):
...
...
test/server.py
View file @
cb20a717
# (C) 2018 The University of Chicago
# See COPYRIGHT in top-level directory.
from
pymargo
import
MargoInstance
import
pybake
import
pybake.server
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment