class Protocol::HTTP2::Dependency

def total_weight

def total_weight
	self.ordered_children
	
	return @total_weight
end