##// END OF EJS Templates
rust-dirstate: provide CopyMapIter and StateMapIter types...
rust-dirstate: provide CopyMapIter and StateMapIter types They will be used in the declaration of Python iterator types.

File last commit:

r41049:ef103c96 default
r43156:7083ac37 default
Show More
pyutil.h
9 lines | 128 B | text/x-c | CLexer
#include <Python.h>
namespace contrib
{
void initpy(const char *cselfpath);
PyObject *pyglobals();
} /* namespace contrib */