degree# degree(G, nbunch=None, weight=None)[source]# Returns a degree view of single node or of nbunch of nodes. If nbunch is omitted, then return degrees of all nodes. This function wraps the G.degree property.