MCPcopy Create free account
hub / github.com/Pometry/Raphtory / str

Method str

raphtory-api/src/python/prop.rs:296–298  ·  view source on GitHub ↗
(value: &str)

Source from the content-addressed store, hash-verified

294 /// Prop:
295 #[staticmethod]
296 pub fn str(value: &str) -> Self {
297 PyProp(Prop::str(value))
298 }
299
300 /// Construct a `Prop` holding a boolean.
301 ///

Callers 3

checkFunction · 0.45
decimalMethod · 0.45
extractMethod · 0.45

Calls 1

PyPropClass · 0.85

Tested by 1

checkFunction · 0.36