MCPcopy Create free account
hub / github.com/comaps/comaps / GetMetadata

Method GetMetadata

generator/pygen/pygen.cpp:69–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 }
68
69 bp::dict GetMetadata()
70 {
71 bp::dict mmetadata;
72 auto const & metadata = m_feature->GetMetadata();
73 for (auto k : metadata.GetKeys())
74 mmetadata[k] = metadata.Get(k);
75
76 return mmetadata;
77 }
78
79 bp::dict GetNames()
80 {

Callers 15

~MetadataTagProcessorMethod · 0.45
operator()Method · 0.45
FeatureBuilderClass · 0.45
DumpOneMethod · 0.45
GetNameAndTypeFunction · 0.45
operator()Method · 0.45
operator()Method · 0.45
InsertPostcodesFunction · 0.45
operator()Method · 0.45
UNIT_TESTFunction · 0.45

Calls 1

GetMethod · 0.45

Tested by 9

UNIT_TESTFunction · 0.36
UNIT_CLASS_TESTFunction · 0.36
UNIT_CLASS_TESTFunction · 0.36
GetPostcodeFunction · 0.36
UNIT_TESTFunction · 0.36
UNIT_CLASS_TESTFunction · 0.36
MatchesMethod · 0.36
SerializeMethod · 0.36
AddMethod · 0.36