feat(python): Repaired python bindings
Python bindings have now been brought back up to feature pairity with C++. Further, stubs have been added for all python features so that code completion will work
This commit is contained in:
@@ -92,7 +92,7 @@ namespace gridfire::policy {
|
||||
return std::make_unique<partition::CompositePartitionFunction>(partitionFunction);
|
||||
}
|
||||
|
||||
inline NetworkPolicyStatus MainSequencePolicy::getStatus() const {
|
||||
inline NetworkPolicyStatus MainSequencePolicy::get_status() const {
|
||||
return m_status;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user