age
age copied to clipboard
Added functionality for vlabel in python driver
Changes
- added
getOidOfGraph()
in python driver - added
get_vlabel()
in python driver - added
create_vlabel()
in python driver
@Munmud Can you justify why these are necessary? I'm not saying that they aren't, but you need to justify why they are necessary.
Description
This update introduces several new functionalities to the Python driver, aiming to streamline the process of working with node labels. The enhancements include the addition of getOidOfGraph()
, get_vlabel()
, and create_vlabel()
functions, which collectively contribute to a more efficient and user-friendly experience when dealing with node labels. While these operations can be performed manually, integrating these functions into the driver significantly reduces the learning curve for beginners
.
Changes Made:
-
Added getOidOfGraph(): Implemented a new function, getOidOfGraph(), in the Python driver. This function retrieves the Object ID (OID) associated with a specific graph, providing a convenient way to identify graphs within the driver.
-
Added get_vlabel(): Introduced the get_vlabel() function to the Python driver. This function facilitates the retrieval of all node labels associated with a graph, streamlining the process of obtaining node label information.
-
Added create_vlabel(): Implemented the create_vlabel() function within the Python driver. This function allows for the quick creation of node labels, simplifying the process of defining and adding new labels to nodes.
These changes seem beneficial to me. Thoughts, @jrgemignani ?
Outdated, also closed for using chatgpt to write the description