MCPcopy Create free account
hub / github.com/dgrunwald/rust-cpython / into_basestring

Method into_basestring

src/objects/string.rs:388–390  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

386 #[cfg(feature = "python27-sys")]
387 #[inline]
388 pub fn into_basestring(self) -> PyString {
389 unsafe { self.0.unchecked_cast_into() }
390 }
391}
392
393#[cfg(feature = "python27-sys")]

Callers 1

new_implMethod · 0.80

Calls 1

unchecked_cast_intoMethod · 0.80

Tested by

no test coverage detected