Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
check
Function · 0.45
decimal
Method · 0.45
extract
Method · 0.45
Calls
1
PyProp
Class · 0.85
Tested by
1
check
Function · 0.36